Welcome![Sign In][Sign Up]
Location:
Search - udp winsock

Search list

[WinSock-NDISWinsockudpchat

Description: Winsock 的 UDP 的聊天程序 Winsock 的 UDP 的聊天程序-Winsock UDP chat procedures Winsock UDP chat procedures
Platform: | Size: 12167 | Author: 李强 | Hits:

[Internet-Networkwinsock_123456789

Description: winsock programs for TCP and UDP
Platform: | Size: 53217 | Author: aa | Hits:

[ICQ-IM-ChatUDPSrvprogram

Description: 利用winsock通信,此程序是利用非可靠协议但速度较快的udp协议实现的服务端代码-using winsock communications, This procedure is used to secure the agreement but faster udp protocol server code
Platform: | Size: 7386 | Author: 乐乐 | Hits:

[ICQ-IM-ChatUdpClientprogram

Description: 利用winsock通信,此程序是利用非可靠协议但速度较快的udp协议实现的客户端代码-using winsock communications, This procedure is used to secure the agreement but faster udp protocol to the client code
Platform: | Size: 2284 | Author: 乐乐 | Hits:

[WinSock-NDISchap4sock

Description: 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
Platform: | Size: 76085 | Author: marble | Hits:

[CommunicationVFPChat

Description: 用VFP编的一个用WinSock写的聊天程序,基于UDP的。-with VFP addendum to the use of a chat WinSock write procedures, based on UDP.
Platform: | Size: 53627 | Author: MOL | Hits:

[Other resourceWindowsnetworkprogramming2

Description: In this edition, the majority of the book is dedicated to covering the Winsock API. Chapter 1 starts with an introduction to Winsock and is specifically geared for the beginning Winsock programmer. This chapter covers all the basics and introduces Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) through simple samples, as well as providing a roadmap to advanced Winsock topics covered in other chapters. For the sake of simplicity, Chapter 1 covers the IPv4 protocol.
Platform: | Size: 1794085 | Author: chongwenwang | Hits:

[WinSock-NDISUDPclient++

Description: 使用WINSOCK实现基于UDP协议的代码客户端程序,已经通过调试-use of Winsock Based on the UDP client code has been adopted Debugging
Platform: | Size: 1284 | Author: 熊波 | Hits:

[WinSock-NDISUDPserver++

Description: 使用WINSOCK实现基于UDP协议的代码服务器端程序,已经通过调试-use Winsock UDP-based server code procedures have been adopted Debugging
Platform: | Size: 1515 | Author: 熊波 | Hits:

[WinSock-NDISBroadcastClientandSvr

Description: 基于WINSOCK-UDP的网络编程程序,使用vc语言,能够实现广播信息的发送与接收。是学习网络编程的很好例子。-based WINSOCK - UDP network programming, the use of vc language, broadcasting information to achieve the transmission and reception. Learning Network Programming is a good example.
Platform: | Size: 60561 | Author: 陈芳 | Hits:

[ADO-ODBCOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP / IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP / IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10687 | Author: wq57 | Hits:

[Other resourceVB_WINSOCK

Description: 利用VB中WINSOCK实现局域网中的通信,对于局域网用户中的编程爱好者来说,如果能自己编一个局域网通信程序,那么这一切将是多么美妙!可是,如果要从头开始完全由自己来编写一段用于通信的程序,必须对相关的网络协议及其他的一些较底层的技术有较深入的了解,这可不是一件容易的事。而现在有了Winsock控件,一切就不同了,它已经替你封装了所有烦琐的技术细节,并提供了访问TCP和UDP网络服务的方便途径。你只需通过设置控件的属性并调用其方法就可轻易连接到一台远程计算机中,并且还可以双向交换数据,而这一切都不需你了解TCP的细节或调用低级的Winsock APIs。
Platform: | Size: 4831 | Author: DFDF | Hits:

[Other resourceFormUdpReceive

Description: Vb.net主要是WinSock的Udp 接收端程式範例
Platform: | Size: 5528 | Author: jenkang | Hits:

[Other resourceFormUdpSend

Description: Vb.net主要是Winsock的Udp發射端程式做法
Platform: | Size: 5350 | Author: jenkang | Hits:

[TCP/IP stackChat

Description: 一个简单的聊天会话对话框程序,包括了实时接收和发送会话内容的功能。采用winsock以及udp协议实现。
Platform: | Size: 133990 | Author: eacker | Hits:

[Multimedia programbk.1

Description: 神龙卡 图像采集卡 综合应用实例,WINSOCK UDP应用
Platform: | Size: 468177 | Author: 单鹏飞 | Hits:

[WinSock-NDISj_9021_myicq

Description: 即时通讯工具。VB开发 使用WINSOCK和TCP/UDP协议
Platform: | Size: 1047436 | Author: 杨过 | Hits:

[TCP/IP stackTCPIPprotocolren

Description: TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题
Platform: | Size: 4900524 | Author: wu | Hits:

[TCP/IP stackWinSockUDP

Description: 应用Winsock实现UDP协议传输的源程序
Platform: | Size: 30146 | Author: wxm | Hits:

[Other resourcetemperature_test

Description: 自已做的温度传感器WIN服务端,用WINSOCK的UDP实验网内温度传送,打印温度曲线。客户端基于ARM Linux
Platform: | Size: 2190915 | Author: 黄荣舜 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 »

CodeBus www.codebus.net